home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_06_02 / v6n2025a.txt < prev    next >
Text File  |  1989-09-26  |  655b  |  23 lines

  1.  
  2. DATA OBJECT DECLARATIONS
  3.  
  4. keyword     FL          PL          BL
  5.  
  6. (none)      external    none        none
  7. extern      previous    ---         previous
  8. static      internal    ---         none
  9. auto        ---         ---         none
  10. register    ---         none        none
  11. typedef     none        ---         none
  12.  
  13. FUNCTION DECLARATIONS
  14.  
  15. keyword     FL          PL          BL
  16.  
  17. (none)      previous    none        previous
  18. extern      previous    ---         previous
  19. static      internal    ---         ---
  20. auto        ---         ---         ---
  21. register    ---         none        ---
  22. typedef     none        ---         none
  23.